home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TBACKUPFORM / TBACKUPFORM.txt
Text File  |  2010-10-15  |  8KB  |  326 lines

  1. object BackupForm: TBackupForm
  2.   Left = 233
  3.   Top = 169
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'System Backup'
  6.   ClientHeight = 482
  7.   ClientWidth = 696
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BackupPanel: TTntPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 696
  26.     Height = 482
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object OtherBackupGroup: TTntGroupBox
  31.       Left = 0
  32.       Top = 235
  33.       Width = 696
  34.       Height = 182
  35.       Align = alTop
  36.       Caption = 'Options'
  37.       TabOrder = 2
  38.       object MailLargerL: TTntLabel
  39.         Left = 26
  40.         Top = 62
  41.         Width = 168
  42.         Height = 13
  43.         Caption = 'Skip backup of emails if larger than:'
  44.       end
  45.       object MailOlderL: TTntLabel
  46.         Left = 26
  47.         Top = 86
  48.         Width = 198
  49.         Height = 13
  50.         Caption = 'Skip backup of emails if older than (Days):'
  51.       end
  52.       object BackupDirsL: TTntLabel
  53.         Left = 9
  54.         Top = 156
  55.         Width = 151
  56.         Height = 13
  57.         Caption = 'Additional directories to backup:'
  58.       end
  59.       object MailBackup: TTntCheckBox
  60.         Left = 8
  61.         Top = 16
  62.         Width = 465
  63.         Height = 17
  64.         Caption = 'Backup user settings'
  65.         TabOrder = 0
  66.         OnClick = BackupActiveBoxClick
  67.       end
  68.       object BackupMail: TTntCheckBox
  69.         Left = 8
  70.         Top = 38
  71.         Width = 465
  72.         Height = 17
  73.         Caption = 'Backup emails (use with caution due to large backups)'
  74.         TabOrder = 1
  75.         OnClick = BackupActiveBoxClick
  76.       end
  77.       object MailLarger: TAdvancedEdit
  78.         Left = 437
  79.         Top = 59
  80.         Width = 57
  81.         Height = 21
  82.         TabOrder = 2
  83.         Text = '0'
  84.         OnChange = BackupActiveBoxClick
  85.         EditMode = ctNumber
  86.         EditRangeEnabled = False
  87.         EditRangeStart = 0
  88.         EditRangeEnd = 0
  89.       end
  90.       object MailOlder: TAdvancedEdit
  91.         Left = 437
  92.         Top = 83
  93.         Width = 57
  94.         Height = 21
  95.         TabOrder = 4
  96.         Text = '0'
  97.         OnChange = BackupActiveBoxClick
  98.         EditMode = ctNumber
  99.         EditRangeEnabled = False
  100.         EditRangeStart = 0
  101.         EditRangeEnd = 0
  102.       end
  103.       object BackupDirs: TTntEdit
  104.         Left = 181
  105.         Top = 153
  106.         Width = 313
  107.         Height = 21
  108.         MaxLength = 255
  109.         TabOrder = 7
  110.         OnChange = BackupActiveBoxClick
  111.       end
  112.       object BackupLogs: TTntCheckBox
  113.         Left = 8
  114.         Top = 130
  115.         Width = 465
  116.         Height = 17
  117.         Caption = 'Backup logs'
  118.         TabOrder = 6
  119.         OnClick = BackupActiveBoxClick
  120.       end
  121.       object MailLargerUnits: TTntComboBox
  122.         Left = 497
  123.         Top = 59
  124.         Width = 42
  125.         Height = 21
  126.         Style = csDropDownList
  127.         ItemHeight = 13
  128.         TabOrder = 3
  129.         Items.Strings = (
  130.           'kB'
  131.           'MB'
  132.           'GB')
  133.       end
  134.       object BackupGroupwareAtt: TTntCheckBox
  135.         Left = 8
  136.         Top = 108
  137.         Width = 465
  138.         Height = 17
  139.         Caption = 
  140.           'Backup groupware attachments (use with caution due to large back' +
  141.           'ups)'
  142.         TabOrder = 5
  143.         OnClick = BackupActiveBoxClick
  144.       end
  145.     end
  146.     object AutoBackupBox: TTntGroupBox
  147.       Left = 0
  148.       Top = 0
  149.       Width = 696
  150.       Height = 141
  151.       Align = alTop
  152.       Caption = 'General'
  153.       TabOrder = 0
  154.       object BackupFileLabel: TTntLabel
  155.         Left = 8
  156.         Top = 41
  157.         Width = 68
  158.         Height = 13
  159.         Caption = 'Backup to file:'
  160.       end
  161.       object BackupDelLabel: TTntLabel
  162.         Left = 8
  163.         Top = 89
  164.         Width = 177
  165.         Height = 13
  166.         Caption = 'Delete backup files older than (Days):'
  167.       end
  168.       object PassL: TTntLabel
  169.         Left = 9
  170.         Top = 65
  171.         Width = 99
  172.         Height = 13
  173.         Caption = 'Password protection:'
  174.       end
  175.       object BackupFileEdit: TTntEdit
  176.         Left = 120
  177.         Top = 38
  178.         Width = 354
  179.         Height = 21
  180.         MaxLength = 255
  181.         TabOrder = 1
  182.         OnChange = BackupActiveBoxClick
  183.       end
  184.       object BackupFileBrowse: TTntButton
  185.         Left = 474
  186.         Top = 38
  187.         Width = 20
  188.         Height = 21
  189.         Caption = '...'
  190.         TabOrder = 2
  191.         OnClick = BackupFileBrowseClick
  192.       end
  193.       object BackupDeleteEdit: TAdvancedEdit
  194.         Left = 438
  195.         Top = 86
  196.         Width = 57
  197.         Height = 21
  198.         TabOrder = 4
  199.         Text = '365'
  200.         OnChange = BackupActiveBoxClick
  201.         EditMode = ctNumber
  202.         EditRangeEnabled = False
  203.         EditRangeStart = 0
  204.         EditRangeEnd = 0
  205.       end
  206.       object ScheduleButton: TTntButton
  207.         Left = 8
  208.         Top = 110
  209.         Width = 96
  210.         Height = 23
  211.         Caption = 'Schedule...'
  212.         TabOrder = 5
  213.         OnClick = ScheduleButtonClick
  214.       end
  215.       object BackupActiveBox: TTntCheckBox
  216.         Left = 8
  217.         Top = 18
  218.         Width = 345
  219.         Height = 17
  220.         Caption = 'Active'
  221.         TabOrder = 0
  222.         OnClick = BackupActiveBoxClick
  223.       end
  224.       object PassEdit: TTntEdit
  225.         Left = 120
  226.         Top = 62
  227.         Width = 375
  228.         Height = 21
  229.         MaxLength = 255
  230.         PasswordChar = '*'
  231.         TabOrder = 3
  232.         OnChange = BackupActiveBoxClick
  233.       end
  234.       object BackupNow: TTntButton
  235.         Left = 108
  236.         Top = 110
  237.         Width = 96
  238.         Height = 23
  239.         Caption = 'Backup Now'
  240.         TabOrder = 6
  241.         OnClick = BackupNowClick
  242.       end
  243.     end
  244.     object TDBBackup: TTntGroupBox
  245.       Left = 0
  246.       Top = 141
  247.       Width = 696
  248.       Height = 94
  249.       Align = alTop
  250.       Caption = 'Database'
  251.       TabOrder = 1
  252.       object AccountsDB: TTntButton
  253.         Left = 400
  254.         Top = 14
  255.         Width = 96
  256.         Height = 23
  257.         Caption = 'Destination...'
  258.         TabOrder = 1
  259.         OnClick = AccountsDBClick
  260.       end
  261.       object AccountsDBEnabled: TTntCheckBox
  262.         Left = 8
  263.         Top = 18
  264.         Width = 389
  265.         Height = 17
  266.         Caption = 'Backup Accounts database to:'
  267.         TabOrder = 0
  268.         OnClick = BackupActiveBoxClick
  269.       end
  270.       object AntiSpamDBEnabled: TTntCheckBox
  271.         Left = 8
  272.         Top = 42
  273.         Width = 389
  274.         Height = 17
  275.         Caption = 'Backup Anti-Spam database to:'
  276.         TabOrder = 2
  277.         OnClick = BackupActiveBoxClick
  278.       end
  279.       object AntiSpamDB: TTntButton
  280.         Tag = 1
  281.         Left = 400
  282.         Top = 38
  283.         Width = 96
  284.         Height = 23
  285.         Caption = 'Destination...'
  286.         TabOrder = 3
  287.         OnClick = AccountsDBClick
  288.       end
  289.       object GroupwareDBEnabled: TTntCheckBox
  290.         Left = 8
  291.         Top = 66
  292.         Width = 389
  293.         Height = 17
  294.         Caption = 'Backup GroupWare database to:'
  295.         TabOrder = 4
  296.         OnClick = BackupActiveBoxClick
  297.       end
  298.       object GroupwareDB: TTntButton
  299.         Tag = 2
  300.         Left = 400
  301.         Top = 62
  302.         Width = 96
  303.         Height = 23
  304.         Caption = 'Destination...'
  305.         TabOrder = 5
  306.         OnClick = AccountsDBClick
  307.       end
  308.     end
  309.   end
  310.   object SaveDialog: TTntSaveDialog
  311.     DefaultExt = 'zip'
  312.     Filter = 'ZIP files (*.zip)|*.zip|MCB files (*.mcb)|*.mcb'
  313.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  314.     Title = 'Backup'
  315.     Left = 664
  316.     Top = 8
  317.   end
  318.   object BackupOpenDialog: TTntOpenDialog
  319.     Filter = 'ZIP files (*.zip)|*.zip|MCB files (*.mcb)|*.mcb'
  320.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  321.     Title = 'Restore'
  322.     Left = 192
  323.     Top = 750
  324.   end
  325. end
  326.